align to the bottom of the div [closed]

Posted by dole on Pro Webmasters See other posts from Pro Webmasters or by dole
Published on 2011-01-11T14:26:53Z Indexed on 2011/01/11 14:59 UTC
Read the original article Hit count: 218

Filed under:

I need to arange the value and the lorem ipsum text to the bottom of the div as in the following image, but everything I've tryed until now doesn't work. My html looks like this:

<div class="product"> 
 <span class="title">Lorem Ipsum</span>
 <div class="values">
   <span class="price">$29,225</span>
   <span class="description">Lorem ipsum dolor sit amet, consectetur ...</span>
 </div>
</div>

© Pro Webmasters or respective owner

Related posts about css